Time Complexity

 programming

Big-O Notation | Algorithms | DroidTechKnow

programming Gulfam

In Computer Science, Big-O is a standard mathematical notation that is used to measure the efficiency of an algorithm relative to its input size in the worst-case scenario.

 programming

Sorting Algorithms Explained With Examples In JavaScript | DroidTechKnow

programming Gulfam

Sorting is the fundamental algorithm in computer science to arrange(ascending or descending) the data elements in the list. Bubble Sort, Quicksort, Merge Sort